
/*Layout*/
.row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    }
.col-1{width: 8.33%;}
.col-2{width: 16.66%;}
.col-3{width: 25%;}
.col-4{width: 33.33%;}
.col-5{width: 41.66%;}
.col-6{width: 50%;}
.col-7{width: 58.33%;}
.col-8{width: 66.66%;}
.col-9{width: 75%;}
.col-10{width: 83.33%;}
.col-11{width: 91.66%;}


h1, h2, h3, h4, h5, h6, p, body {
    margin: 0px;
}

.p{
    font-size: 12px;
    padding: 10px 0;
}
/* for declaring same font to all the project*/
*{
    font-family: "Roboto Serif", serif;
}

/* Home Page */

.Profile-wname{
    font-size: 32px;
    padding: 16px 0;
}

.sub-title{
    background-color: #ffb931;
    display: inline-block;
    padding: 4px 10px;
}

.main-menu-bg{
    background-color: #ffb931;
}


.main-menu img{
    width: 100%;
    background-color: #9BA4A7;
}

.main-menu ul{
    padding: 24px 20px;
    text-align: center;
    color: #0000;
    line-height: 2.5rem;
}

.main-menu ul li a{
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 14px;
}

.main-menu ul li.active a{
    color: #DDD;
}

.btn{
    background-color: #ffb931;
    padding: 8px 14px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}

.light-bg{
    background-color: #DDDDDD;
} 

.home{
    margin: auto 0;
}

.home-text {
    padding: 16px;
}

#profile-name{
    -webkit-text-stroke: 1px #ffb931;
    color: white;
}

.home-container row{
    height: 100vh;
}

/* About Me */

.main-text{
    padding: 28px 60px;
    background-color: #fff;
}

.main-text-bg{
    background-color: #DDD;
}

.title{
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    border: 1.5px dotted grey;
    padding: 20px;
    font-weight: 900;
}
 
.pri-text{
    padding: 28px 14px;

}

.pri-text h2{
    font-weight: 100;
}

/*or use like this with span tag 
.pri-text h2 span{
    font-weight: 800;
}*/

.pri-text p{
    text-align: justify;
    padding: 28px 0;
}

.exp-sec{
    background-color: #000;
    color: #ffb931;
    text-align: center;
}

.exp-desc h2{
    padding-bottom: 16px;
    font-size: 26px;
}

.exp-sec p{
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
}

.exp-sec h3{
    font-size: 32px;
}

.exp-sec .row .col-6{
    padding: 16px;
    font-size: 10px;
}

.exp-desc{
    padding: 0 36px;
}

.exp-desc .fa-solid{
    font-size: 54px;
    padding: 8px;
}

.exp-desc>div{
    display: flex;
}

.exp-desc>div>div{
    padding: 12px;
}

.exp-desc h4{
    font-size: 15px;
    text-transform: uppercase;
}

.exp-desc p{
    font-size: 8px;
    text-align: justify;
}

.res-p{
    padding: 20px;
}

.res-p>.row{
    padding: 20px 0;
}

.res-p>.row>.col-4{
    padding: 14px 0;
}

.res-p>.row>.col-4 p{
    text-align: justify;
    font-size: 14px;
    padding-right: 10px;
    line-height: 1.2;
}

.res-p h4{
    font-size: 12px;
    font-weight: 600;
    background-color: #ffb931;
    color: #fff;
    padding: 6px;
    display: inline-block;
}

.res-p h3{
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
}

/*Contact Us page*/
.contact-icons{
    padding: 20px 16px;
}

.contact-icons .col-9{
    margin-top: -15px;
}


/*Testimonials page         redo*/
.testimonials{
    background-color: #000;
    padding: 4px;
    margin: 12px;
    color: #fff;
    border-radius: 15px;
}

.testimonials img p{
    float: left;
}

.testimonials-text{
    padding: 16px 14px;
}

.testimonials-text h2{
    font-size: 16px;
    font-weight: 800;
}

.testimonials-text h5{
    font-size: 10px;
}

.testimonials p{
    text-align: justify;
    font-size: 10px;
    font-weight: 600;
}

/*Potifolio page*/
.portifolio-menu ul{
    list-style: none;
    text-align: center;
}

.portifolio-menu .active{
    color: #ffb931;
    font-weight: 800;
}

.portifolio-menu ul li{
    display: inline-block;
    padding: 10px 12px;
    margin: 0 10px;
    text-transform: uppercase;
    font-weight: 700;   
}

.portifolio-img>div{
    display: inline-block;
}

.portifolio-img img{
    width: 350px;
}

/*icons postinig in home page*/
.icon-menu ul li{
    list-style-type: none;    
}

.icon-menu{
    position: fixed;
    top: 140px; right: 20px;
}

.icon-menu ul{
    line-height: 30px;
    background-color: #ffb931;
    padding: 18px;
    border-radius: 24px;
}

.icon-menu ul li i{
    color: #000;
}

.icon-menu ul li i.active{
    color: #fff;
}

.icon-menu>ul>li::after{
    content: "...";
    font-weight: 600;
    display: block;
    transform: rotate(90deg);
    margin-left: 6px;
}

.icon-menu>ul>li:nth-last-child(1)::after{
    content: "";
}
/*other way for above
.icon-menu>ul>li:nth-child(6)::after{
    content: "";
}*/

.main-menu ul li::after{
    content: "...";
    font-weight: 600;
    display: block;
    transform: rotate(90deg);
    margin-left: 6px;
    color: #000;
}

.main-menu>ul>li:nth-child(1)::before{
    content: "...";
    font-weight: 600;
    display: block;
    transform: rotate(90deg);
    margin-left: 6px;
    color: #000;
}

.main-menu>ul::before{
    content: "●";
    font-weight: 900;
    display: block;
    transform: rotate(90deg);
    margin-left: -1px;
    margin-bottom: -25px;
    color: #000;
}

.main-menu>ul::after{
    content: "●";
    font-weight: 900;
    display: block;
    transform: rotate(90deg);
    margin-left: -1px;
    margin-top: -25px;
    color: #000;
}